Virtual class definition

Search

Virtual class

Virtual class logo #21000 In object-oriented programming, a virtual class is a nested inner class whose functions and member variables can be overridden and redefined by subclasses of the outer class. Virtual classes are analogous to virtual functions. The run time type of a virtual class depends on the run time type of an object of the outer class. (Just like the run time...
Found on http://en.wikipedia.org/wiki/Virtual_class
No exact match found.